ASP.NET Core MVC コントロールヘルプ
ChildItemsPath プロパティ (TreeMap<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > TreeMap<T> クラス : ChildItemsPath プロパティ
Gets or sets the name of the property (or properties) used to generate child items in hierarchical data.
シンタックス
'宣言
 
Public Property ChildItemsPath As System.String()
public System.string[] ChildItemsPath {get; set;}
解説
Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g. [ 'Accounts', 'Checks', 'Earnings' ]).
参照

TreeMap<T> クラス
TreeMap<T> メンバ